Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]SensorDataKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Case
Link copied to clipboard
@get:
JvmName
(
name
=
"getDataCase"
)
val
dataCase
:
InterdeviceProtos.SensorData.DataCase
float
Value
Link copied to clipboard
@get:
JvmName
(
name
=
"getFloatValue"
)
@set:
JvmName
(
name
=
"setFloatValue"
)
var
floatValue
:
Float
float float_value = 2;
type
Link copied to clipboard
@get:
JvmName
(
name
=
"getType"
)
@set:
JvmName
(
name
=
"setType"
)
var
type
:
InterdeviceProtos.MessageType
.meshtastic.MessageType type = 1;
type
Value
Link copied to clipboard
@get:
JvmName
(
name
=
"getTypeValue"
)
@set:
JvmName
(
name
=
"setTypeValue"
)
var
typeValue
:
Int
uint32Value
Link copied to clipboard
@get:
JvmName
(
name
=
"getUint32Value"
)
@set:
JvmName
(
name
=
"setUint32Value"
)
var
uint32Value
:
Int
uint32 uint32_value = 3;
Functions
clear
Data
Link copied to clipboard
fun
clearData
(
)
clear
Float
Value
Link copied to clipboard
fun
clearFloatValue
(
)
float float_value = 2;
clear
Type
Link copied to clipboard
fun
clearType
(
)
.meshtastic.MessageType type = 1;
clear
Uint32Value
Link copied to clipboard
fun
clearUint32Value
(
)
uint32 uint32_value = 3;
has
Float
Value
Link copied to clipboard
fun
hasFloatValue
(
)
:
Boolean
float float_value = 2;
has
Uint32Value
Link copied to clipboard
fun
hasUint32Value
(
)
:
Boolean
uint32 uint32_value = 3;